ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RuleCollection Class / Sort Method / Sort(IComparer<BaseRule>) Method

In This Topic
    Sort(IComparer<BaseRule>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Sort( _
       ByVal comparer As System.Collections.Generic.IComparer(Of BaseRule) _
    ) 
    public void Sort( 
       System.Collections.Generic.IComparer<BaseRule> comparer
    )

    Parameters

    comparer
    See Also